From 10f7248d27ed49fad1785f6f28235ed2c140ad59 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 21 Dec 2006 16:25:01 +0000 Subject: [PATCH] =?utf8?q?Improve=20docs.=20(#353438,=20Mariano=20Su=C3=A1?= =?utf8?q?rez-Alvarez)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2006-12-21 Matthias Clasen * gdk/gdkdisplay.c (gdk_display_beep): Improve docs. (#353438, Mariano Suárez-Alvarez) --- ChangeLog | 5 +++++ gdk/gdkdisplay.c | 11 +++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7375d329f5..c828d6363a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-21 Matthias Clasen + + * gdk/gdkdisplay.c: Improve the docs of some functions operating + on the default display. (##353438, Mariano Suárez-Alvarez) + 2006-12-21 Matthew Barnes * docs/reference/gdk/gdk-sections.txt: diff --git a/gdk/gdkdisplay.c b/gdk/gdkdisplay.c index 49ce308847..36d46ca050 100644 --- a/gdk/gdkdisplay.c +++ b/gdk/gdkdisplay.c @@ -265,7 +265,8 @@ gdk_display_put_event (GdkDisplay *display, * @time_: a timestamp from a #GdkEvent, or %GDK_CURRENT_TIME if no * timestamp is available. * - * Ungrabs the pointer, if it is grabbed by this application. + * Ungrabs the pointer on the default display, if it is grabbed by this + * application. **/ void gdk_pointer_ungrab (guint32 time) @@ -276,7 +277,8 @@ gdk_pointer_ungrab (guint32 time) /** * gdk_pointer_is_grabbed: * - * Returns %TRUE if the pointer is currently grabbed by this application. + * Returns %TRUE if the pointer on the default display is currently + * grabbed by this application. * * Note that this does not take the inmplicit pointer grab on button * presses into account. @@ -294,7 +296,8 @@ gdk_pointer_is_grabbed (void) * @time_: a timestamp from a #GdkEvent, or %GDK_CURRENT_TIME if no * timestamp is available. * - * Ungrabs the keyboard, if it is grabbed by this application. + * Ungrabs the keyboard on the default display, if it is grabbed by this + * application. **/ void gdk_keyboard_ungrab (guint32 time) @@ -305,7 +308,7 @@ gdk_keyboard_ungrab (guint32 time) /** * gdk_beep: * - * Emits a short beep. + * Emits a short beep on the default display. **/ void gdk_beep (void) -- 2.30.2